type os.errSymlink

7 uses

	os (current package)
		removeall_at.go#L100: 			if _, ok := err.(errSymlink); ok {
		root_openat.go#L128: 			case nil, errSymlink:
		root_openat.go#L165: 		case nil, errSymlink:
		root_openat.go#L358: 		case errSymlink:
		root_openat.go#L404: type errSymlink string
		root_openat.go#L406: func (errSymlink) Error() string { panic("errSymlink is not user-visible") }
		root_unix.go#L278: 	return errSymlink(link)